Background

Plot 1

Column

Current Version

Column

Next Steps

Planning to fix the x axis text to accurately display the years. R has been giving me a lot of grief about this, and none of the fixes I’ve tried have worked.

Version 1

Version 2

Plot 2

Column

Current Version

Column

Next Steps

I’d like to model this plot similarly to the common Pew bar plot format, wherein the bars are stacked and all centered at the divide between support/oppose instead of being left aligned at zero. Would also be nice to label with the percent values on the bars. Trying to figure out how to get the superscript of the policy labels to show up correctly. Legend needs to be fixed so it isn’t running off the screen. Would like to make y axis policy labels left-aligned or, ideally, justified for a cleaner look. I also think I might want to facet wrap this by political party affiliation/leaning. I’ll just have to reformat the df a bit first to make it possible.

Version 1

Version 2

Version 3

When I was trying to stack them, the percents kept coming up weird. Eventually realized that’s because it’s working across years. To fix, I decided to only plot the most recent year of data (2018).

Plot 3

Column

Current Version

Column

Next Steps

I’m working on a related plot to this for an academic audience.

Version 1

Version 2